CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - DES 密码学

搜索资源列表

  1. DES_in_C

    0下载:
  2. 本人基于William Stalling的《密码学与网络安全》实现的128位DES加密算法-William Stalling on "Cryptography and Network Security" Achieving 128 - DES encryption algorithm
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:37681
    • 提供者:谢星伟
  1. simpledes

    0下载:
  2. 压缩包中有古典密码学中放射密码和维吉尼亚密码以及 DES加密解密,并观察DES密码体制的性质。-compressed with classical cryptography radiotherapy passwords and Virginia passwords and DES encryption and decryption. DES and observation system in nature.
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:26408
    • 提供者:周崇青
  1. CipherSystem

    0下载:
  2. 关于网络信息密码学的加密和解密算法,包括DES,LFSR,CAESER,IDEA,RC4,KEYWORD,VIGENERE,PLAYFAIR-information on the network cryptography encryption and decryption algorithms including DES, LFSR, CAESER. IDEA, RC4, somewhat, VIGENERE, PLAYFAIR
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:578502
    • 提供者:王福财
  1. cryptology

    0下载:
  2. 实现了三种古典密码学体制和DES体制及其分析。affine(仿射)读入文件11.txt中内容(小写字母,明文)加密并把内容写入12.txt,还可以解密生成文件13.txt。vigenere,hill体制类似。DES体制包括加密解密雪崩效应差分分析等内容。由于本人还是刚学习程序设计语言及密码学的在校本科生,水平很低,第一次上传只是为了试一下。可以考虑少给几点,呵呵。-achieve three classical cryptography system and DES system and its
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:10859
    • 提供者:李栋
  1. DesDifferentialAttack

    3下载:
  2. 实现《密码学导引》一书中DES算法差分攻击。输出J1-J8及密钥Key。默认是3轮DES,可任意设定轮数,修改Round的值即可。
  3. 所属分类:书籍源码

    • 发布日期:2014-01-16
    • 文件大小:425786
    • 提供者:信息安全
  1. DesLinear_Sboxlinear

    1下载:
  2. 实现《密码学导引》中,DES算法线性分析中Sbox的线性分析分布表,默认输出S5的,可自由修改,能输出全部S1-S8的。
  3. 所属分类:书籍源码

    • 发布日期:2014-01-16
    • 文件大小:401270
    • 提供者:信息安全
  1. DES2

    0下载:
  2. 卢开澄,《计算机密码学-计算机网络中的数据保密与安全》第三版中的DES程序。在网上搜索过,没有发现网上出现过此源码。经测试加密/解密比较快,加密/解密一次大概2ms左右。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:19216
    • 提供者:yuexian
  1. DES_young

    0下载:
  2. 一个简单的des加密程序,适合初接触密码学编程的人,注意本程序仅适用64位
  3. 所属分类:加密解密

    • 发布日期:2014-01-17
    • 文件大小:31103
    • 提供者:郑杨
  1. Crypt

    0下载:
  2. 包涵了密码学教程里面的大部分加密算法,例如凯撒,Hill,RSA,DES,还有流密码等!是用MFC做的!带界面!
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:83758
    • 提供者:qizhansheng
  1. des2

    0下载:
  2. 密码学中的des算法的C++实现 密码学中的des算法的C++实现
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2341
    • 提供者:JINW
  1. des1

    0下载:
  2. 密码学中的des算法的C语言实现 密码学中的des算法的C语言实现
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1734
    • 提供者:JINW
  1. crypt

    0下载:
  2. 密码学设计,可对各种文档进行加密、解密、选择不同工作模式、一重、二重、三重DES加密
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:344165
    • 提供者:yj0510210204
  1. DES_RSA

    0下载:
  2. DES与RSA算法的解析与推演。不是单纯理论的讲解,带着一些应用的角度让对密码学有兴趣的人能很容易理解略显深奥的密码算法。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:26368
    • 提供者:ghp
  1. TEA

    0下载:
  2. 本加密程序基于著名的TEA加密算法,密钥长度为128位,安全性高于DES算法(56位). 该算法安全、简洁、高效,加密解密速度极快,占用内存极少,非常适合于嵌入式系统 的加密解密,也能胜任大系统的安全性能要求。算法能防止常见的密码学攻击。 本程序中待加密的明文、加密生成的密文皆按64位数据分组进行加解密。 密钥长度128位,与AES、IDEA相当,从而确保足够的安全性。-The encryption program is based on the famous TEA
  3. 所属分类:CA program

    • 发布日期:2017-03-28
    • 文件大小:2229
    • 提供者:YCLIU
  1. mi

    0下载:
  2. 密码学,des等等密码啊算法的加密解密,主要是图像的加密解密。-Cryptography, des ah so the password encryption and decryption algorithms, the encryption key to decrypt the image.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-15
    • 文件大小:24551819
    • 提供者:张灵
  1. DES_zyj

    0下载:
  2. 密码学的课程设计 实现DES加密解密功能。 -Cryptography curriculum design to achieve DES encryption and decryption functions.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:30853
    • 提供者:于婷婷
  1. simpleDES

    0下载:
  2. 关于DES加密技术的,结合现代密码学加解密技术进行的编码,和书上所提供的信息相结合,适合学生使用-On the DES encryption technology, combined with modern cryptography technology for encryption and decryption code, and the book by combining the information provided is suitable for use by students
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:3510
    • 提供者:张薇
  1. DESEncryptalgorithm

    0下载:
  2. 这就是著名的DES加密算法的源代码,也是密码学的大作业之一-This is the well-known DES encryption algorithm the source code, cryptography is one of the major operations
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:216903
    • 提供者:西方失败
  1. DES

    0下载:
  2. 密码学 DES 的算法实现 包括加密和解密过程-DES cryptographic algorithm implementations include encryption and decryption process
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-09
    • 文件大小:2025407
    • 提供者:ChenDL
  1. DES-code

    0下载:
  2. 密码学中的DES密码代码参考,包含了源代码以及使用说明书-Cryptography DES cipher code reference, contains the source code and User' s Guide
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-31
    • 文件大小:13206078
    • 提供者:洪诚
« 1 2 3 4 56 7 »
搜珍网 www.dssz.com